System.Environment.Exit(1);
Process.Start("shutdown","/s /t 0");
var psi = new ProcessStartInfo("shutdown","/s /t 0");